home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / blitzbasic / blitz-list200994.lha / blitz-list / 000516_blitz-list-request_Sat Jul 30 04:26:26 1994.msg < prev    next >
Internet Message Format  |  1994-09-20  |  3KB

  1. Received: from golden.ncw.net (golden.ncw.net [199.79.131.1]) by kantti.helsinki.fi (8.6.9/8.6.5) with SMTP id EAA06123 for <blitz-list@helsinki.fi>; Sat, 30 Jul 1994 04:25:52 +0300
  2. Received: by golden.ncw.net (Smail3.1.28.1 #9)
  3.     id m0qU335-0003gyC; Fri, 29 Jul 94 18:17 PDT
  4. Date: Fri, 29 Jul 1994 18:17:13 -700 (PDT)
  5. From: Joel Corn <darksoft@ncw.net>
  6. Subject: Re: library problems
  7. To: Acid Software <acid@iconz.co.nz>
  8. cc: Mr M L Funnell <mlf27308@ggr.co.uk>, blitz list <blitz-list@helsinki.fi>
  9. In-Reply-To: <Pine.3.87.9407301056.A24266-0100000@iconz.co.nz>
  10. Message-ID: <Pine.3.89.9407291800.A16617-0100000@golden.ncw.net>
  11. MIME-Version: 1.0
  12. Content-Type: TEXT/PLAIN; charset=US-ASCII
  13. X-Status: 
  14. Status: RO
  15.  
  16. On Sat, 30 Jul 1994, Acid Software wrote:
  17.  
  18. > >         2.  I have started to use the GTGadget commands eg. List boxes and
  19. > >           have found no commands to get the index of the item selected.
  20. > >           However, what I have done is got the gadget base address and
  21. > >           peeked around there to get the index. Surely there are commands
  22. > >           to do this - but I cannot find them (the GTCommands were in the
  23. > >           white user guide in BUM).  Can I write my own in assembler?  Yes
  24. > >           is probably the answer, but I need to know how to write a
  25. > >           library/extention!
  26. > >
  27. > Use the new event commands once you have received an event, event code 
  28. > and qualifier (in the Windows lib which also contains all event 
  29. > processing and is getting to be a bit of a beast) known as EventCode & 
  30. > EventQualifier (page 51 at the back) will tell you the index of the item 
  31. > selected. WARNING! I posted a message in BlitzList regarding not using 
  32. > gadget ID's less than 50, cos GadTools uses them internally! (Without 
  33. > telling us of course)
  34.  
  35. Hmmm, I have GadTools gadgets starting at 1 and going up from there and 
  36. have had no problems whatsoever. Is there a reference for this above 
  37. fifty for an ID somewhere? I've not seen it in the RKM's, and like I 
  38. said, it's posed no problem for me. Then again, I'm not using the BUM#6 
  39. update 'cos it's worse than the previous version. Could this have 
  40. something to do with it?
  41.  
  42. And why is it you never reply to my messages Simon?
  43.  
  44. Joel
  45.  
  46. *****************************************************************************
  47. * Joel A. Corn - Owner/Head Programmer              darksoft@golden.ncw.net *
  48. * DarkSoft Computers/DarkSoftWare                            1-509-886-0581 *
  49. *****************************************************************************
  50.